Skip to content

Comments

update Modal image builder version#388

Merged
msaroufim merged 6 commits intomainfrom
modal_ci_fix
Jan 7, 2026
Merged

update Modal image builder version#388
msaroufim merged 6 commits intomainfrom
modal_ci_fix

Conversation

@msaroufim
Copy link
Member

@msaroufim msaroufim commented Jan 7, 2026

In the web ui i also updated the runner to a newer image version of 2025 that way we can now use uv for installation which should make things a tiny bit faster

Copilot AI review requested due to automatic review settings January 7, 2026 06:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Modal image builder configuration by adding a specific builder version and adjusting the Python version. The changes ensure the Modal image uses a specific, stable image builder version.

Key Changes:

  • Added explicit Modal image builder version (2025.10) using .with_options()
  • Changed Python version from 3.13 to 3.12 for the Modal image

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

operating_sys = "ubuntu24.04"
tag = f"{cuda_version}-{flavor}-{operating_sys}"

# Move this to another file later:
Copy link

Copilot AI Jan 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Python version has been changed from 3.13 to 3.12, which creates an inconsistency with the project's .python-version file that specifies 3.13. This could lead to confusion about which Python version should be used for development and deployment. If this change is necessary for compatibility with the Modal image builder version 2025.10, consider either updating the .python-version file to match or adding a comment explaining why the Modal image uses a different Python version.

Suggested change
# Move this to another file later:
# Move this to another file later:
# NOTE: This image is pinned to Python 3.12 for compatibility with the Modal
# image builder version 2025.10, even though the project .python-version
# specifies Python 3.13.

Copilot uses AI. Check for mistakes.
@msaroufim msaroufim merged commit 547f19a into main Jan 7, 2026
3 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant